home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10475 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.iadfw.net!usenet
  2. From: Mark Nelson <markn@airmail.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Interupt driven serial communications
  5. Date: Sun, 17 Mar 1996 22:24:26 -0600
  6. Organization: customer of Internet America
  7. Message-ID: <314CE57A.52C5@airmail.net>
  8. References: <4iieqq$90k_001@watstar.uwaterloo.ca>
  9. NNTP-Posting-Host: dal05-17.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  14.  
  15. Derry Crymble wrote:
  16. > I have been trying to communicate with a force sensor for the parst 3
  17. > weeks.  I initially used the _bios_serial_com built in functions and
  18. > although i was able to send and recieve data i am having problems at
  19. > higher baud rates.  I am looking to access the com port in C using
  20. > the inportb() and outportb() functions and use the hardware
  21. > interupts, does anybody know what i can do.
  22.  
  23. I have a couple of articles on interrupt driven communications on my
  24. home page.  Follow the links to "Articles" and you might be able to 
  25. find what you need.
  26.  
  27. For a turnkey solution, you could use the code in my book "Serial 
  28. Communications: A C++ Developer's Guide."  The code is easy to use, 
  29. but it will set you back the price of the book.  You can get more info
  30. on the book from my home page as well.
  31.  
  32. Mark Nelson
  33. http://web2.airmail.net/markn
  34.